Welcome![Sign In][Sign Up]
Location:
Search - adaptive threshold matlab

Search list

[Graph programOTSU方法计算图像二值化的自适应阈值

Description: OTSU方法计算图像二值化的自适应阈值,OTSU 算法可以说是自适应计算单阈值(用来转换灰度图像为二值图像)的简单高效方法。下面的代码最早由 Ryan Dibble提供,此后经过多人Joerg.Schulenburg, R.Z.Liu 等修改,补正。算法对输入的灰度图像的直方图进行分析,将直方图分成两个部分,使得两部分之间的距离最大。划分点就是求得的阈值。都是老外写的,经典哦。-OTSU images calculated value of the two adaptive threshold, OTSU algorithm can be calculated adaptive threshold (for conversion to gray scale images binary images), a simple and efficient manner. The following code from the earliest to provide Ryan Dibble, after a more than Joerg.Schulenburg, R. Z. Liu amend the correction. Algorithm for the importation of gray-scale image histogram analysis of histogram is divided into two parts, Part 2 makes the distance between the largest. Demarcation point out the threshold. Foreigners are written in the classical oh.
Platform: | Size: 2048 | Author: 陈其星 | Hits:

[Special Effectsotsu_th.c

Description: 功用:根据OTSU方法计算数字图像二值化的自适应阈值-function : According OTSU method of digital image binarization Adaptive Threshold
Platform: | Size: 1024 | Author: 杨建 | Hits:

[Graph programzhishiyingyuzhihua

Description: 图象的自适应阈值化图象处理,计算出迭代次数.-image adaptive threshold of image processing, the calculated number of iteration.
Platform: | Size: 20480 | Author: 吴佰斌 | Hits:

[AI-NN-PRAGA

Description: 自适应遗传算法matlab代码.自适应遗传算法的问题是很容易早熟,好处就是速度快 .不过我将在其中会引入一个早熟判定标志的,并设定一个阈值,如此以来,就可以防止早熟现象了 -Adaptive genetic algorithm Matlab code. Adaptive genetic algorithm is very easy precocious, advantage is faster. However, in which I will be introducing an early sign of determination, and set a threshold, so, you can prevent precocious phenomenon
Platform: | Size: 1024 | Author: zs | Hits:

[Special Effectsbackgroud(12.22)

Description: 本人开发的火焰识别程序,包括otsu自适应阈值,canny边缘检测,形态学膨胀、腐蚀操作,尖角判别,圆形度计算。在vc下编译通过。-development of the flame identification procedures, including otsu adaptive threshold, canny edge detection, Morphological expansion, corrosion operation, pointed discriminant, circular calculation. Under the vc compile.
Platform: | Size: 380928 | Author: | Hits:

[source in ebookOtsucoding

Description: Otsu-最大类间方差Matlab代码 最大类间方差法原理:最大类间方差法是由日本学者大津于1979年提出的,是一种自适应的阈值确定的方法,又叫大津法,简称OTSU。它是按图像的灰度特性,将图像分成背景和目标2 部分。背景和目标之间的类间方差 % 大,说明构成图像的2 部分的差别越大,当部分目标错分为背景或部分背景错分为目标都会导致2 部 % 分差别变小。-Otsu- Otsu Matlab code Otsu Principle : Otsu law by Japanese scholars in the large-1979's, is an adaptive threshold established methodology, also known as big-law, referred to Otsu. It is based on image characteristics of the gray image can be divided into the background and objectives of Part 2. Background and objectives between the between-class variance%, which meant that the two images form part of the greater difference, When some background into the wrong target or part of the background into the wrong target will lead to sub-2% difference becomes smaller.
Platform: | Size: 1024 | Author: 刘博 | Hits:

[Special Effectsadaptivethreshold

Description: ADAPTIVETHRESHOLD An adaptive thresholding algorithm that seperates the foreground from the background with nonuniform illumination-ADAPTIVETHRESHOLD An adaptive threshold ing algorithm that separates the foreground fr om the background with nonuniform illuminatio n
Platform: | Size: 147456 | Author: | Hits:

[Special Effectsf_threshold

Description: 国外网上找的自适应阈值分割的源程序,测试过,好用。 可以下载-abroad to find online adaptive thresholding segmentation of the source, tested and ease of use. Can be downloaded s
Platform: | Size: 3072 | Author: 江南书虫 | Hits:

[Special EffectsImageEdgeProcessing

Description: matlab图像边缘边缘检测:包括小波多尺度边缘检测主程序、求纵向细节v和横行细节h的合成及模极大值、对矩阵取自适应阈值等-Matlab Edge Edge Detection : including wavelet multiscale edge detection main program. seeking details of the vertical and horizontal v h details of the synthesis and modulus maxima, the right matrix for adaptive threshold value
Platform: | Size: 9216 | Author: Jimmy Yen | Hits:

[Speech/Voice recognition/combinewinnerscalar

Description: 基于短时能量检测的语音激活检测,带有自适应更新域值的算法-Short-term energy-based detection of voice activity detection with adaptive threshold algorithm update
Platform: | Size: 4096 | Author: fanren | Hits:

[Special Effectsadaptivethresholdandtestprogram

Description: 一个自适应阈值处理程序,是图像分割领域难题的一个处理方向,该方法效果还不错An adaptive thresholding algorithm that seperates the background with nonuniform illumination. %foreground from the background with nonuniform illumination.-An adaptive threshold process, the field of image segmentation is a difficult problem to deal with the direction of the effect of the method was not bad An adaptive thresholding algorithm that seperates the background with nonuniform illumination. Foreground from the background with nonuniform illumination.
Platform: | Size: 147456 | Author: yemaoqiu | Hits:

[matlabcorner_detector

Description: 我用matlab写的一个corner detector, 效果比现在流行的harris,susan,CSS等效果要好。 Algorithm is derived from: X.C. He and N.H.C. Yung, Curvature Scale Space Corner Detector with Adaptive Threshold and Dynamic Region of Support , Proceedings of the 17th International Conference on Pattern Recognition, 2:791-794, August 2004. Improved algorithm has been included in A Corner Detector based on Global and Local Curvature Properties and submitted to Optical Engineering. -err
Platform: | Size: 60416 | Author: sam he | Hits:

[Special Effectsthresholdadaptive200810

Description: 实现一个自适应阈值的算法,用以在不规则光照下从背景中提取出前景图像。-The realization of an adaptive threshold algorithm for the irregular light extracted from the background images prospects.
Platform: | Size: 150528 | Author: Joe Black | Hits:

[Special EffectsadaptivethresholdImageSeg_TextDetection

Description: 自适应阈值的图像分割及文字提取技术,matlab,对学习基本原理有帮助-Adaptive threshold for image segmentation and text extraction technology, matlab, the basic principles of learning will help
Platform: | Size: 167936 | Author: nickzhlf | Hits:

[2D Graphicadaptive

Description: adaptive threshold for liver segmentation project through graph cut algorithm
Platform: | Size: 976896 | Author: sherbo | Hits:

[Special EffectsYuZhiQuZao

Description: 一个阈值去噪程序,包括经典的去噪方法,如折中阈值,自适应阈值等等。-A threshold denoising procedures, including the classical denoising methods, such as compromise threshold, adaptive threshold and so on.
Platform: | Size: 177152 | Author: kevinkou | Hits:

[Special Effectsaaa

Description: 用自适应阈值方法实现细胞图像分割源代码 可执行,效果不错,-Adaptive threshold method used to achieve cell image segmentation executable source code, well,
Platform: | Size: 1024 | Author: lixiangrong | Hits:

[matlabAdaptiveThreshold.tar

Description: Adaptive Threshold method matlab realisation
Platform: | Size: 1024 | Author: Sergey | Hits:

[matlabAdaptive-Threshold

Description: 自动阈值分割,matlab版,可以参考学习,两个.m文件。-Automatic threshold segmentation, matlab version, can refer to the study, two. M file.
Platform: | Size: 2048 | Author: wuzg | Hits:

[matlabadaptivethreshold

Description: adaptive threshold Matlab code
Platform: | Size: 19181568 | Author: abbas_70 | Hits:
« 12 3 4 5 »

CodeBus www.codebus.net